const time.stdNumShortTZ
6 uses
time (current package)
format.go#L164: stdNumShortTZ // "-07" // always numeric
format.go#L295: return layout[0:i], stdNumShortTZ, layout[i+3:]
format.go#L779: case stdISO8601TZ, stdISO8601ColonTZ, stdISO8601SecondsTZ, stdISO8601ShortTZ, stdISO8601ColonSecondsTZ, stdNumTZ, stdNumColonTZ, stdNumSecondsTz, stdNumShortTZ, stdNumColonSecondsTZ:
format.go#L799: if std != stdNumShortTZ && std != stdISO8601ShortTZ {
format.go#L1213: case stdNumTZ, stdNumShortTZ, stdNumColonTZ, stdNumSecondsTz, stdNumColonSecondsTZ:
format.go#L1225: } else if std == stdNumShortTZ || std == stdISO8601ShortTZ {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |